projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ae0ec
)
Removed unused xwidgt pointer
author
jave
<joakim@verona.se>
Wed, 7 Jan 2015 15:58:25 +0000
(16:58 +0100)
committer
jave
<joakim@verona.se>
Wed, 7 Jan 2015 15:58:25 +0000
(16:58 +0100)
Suggested by Eli Zaretski
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 622ab92d355d6f45380b0962e84196e043913f05..10c84da2486629822da8a16341462b57a6002407 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-2403,7
+2403,6
@@
struct it
/* method == GET_FROM_XWIDGET */
struct {
Lisp_Object object;
- struct xwidget* xwidget;
} xwidget;
#endif
} u;